Remove unused xend_domain_device.
authoremellor@ewan <emellor@ewan>
Wed, 28 Sep 2005 15:59:34 +0000 (16:59 +0100)
committeremellor@ewan <emellor@ewan>
Wed, 28 Sep 2005 15:59:34 +0000 (16:59 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendClient.py

index 4a78e8ab27ed72ab472e5b0cb9e1bd1599c7404a..e0b4babc49230fc5bd39cbc9fcc5e9ca118cd0d5 100644 (file)
@@ -302,12 +302,6 @@ class Xend:
                              {'op'      : 'devices',
                               'type'    : type })
 
-    def xend_domain_device(self, id, type, idx):
-        return self.xendPost(self.domainurl(id),
-                             {'op'      : 'device',
-                              'type'    : type,
-                              'idx'     : idx })
-    
     def xend_domain_device_create(self, id, config):
         return self.xendPost(self.domainurl(id),
                              {'op'      : 'device_create',